home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue30 / system / LibExp / LibExpert.dpl / 0 / RCDATA / TLIBEXTEST / TLIBEXTEST.txt
Encoding:
Text File  |  1998-01-11  |  11.3 KB  |  490 lines

  1. object LibExTest: TLibExTest
  2.   Left = 274
  3.   Top = 294
  4.   Width = 579
  5.   Height = 286
  6.   Caption = 'The Amazing LibIntf Exerciser Expert'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   OnPaint = FormPaint
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object TabSet1: TTabSet
  18.     Left = 0
  19.     Top = 238
  20.     Width = 571
  21.     Height = 21
  22.     Align = alBottom
  23.     Font.Charset = DEFAULT_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     OnChange = TabSet1Change
  29.   end
  30.   object Notebook1: TNotebook
  31.     Left = 0
  32.     Top = 0
  33.     Width = 571
  34.     Height = 238
  35.     Align = alClient
  36.     PageIndex = 4
  37.     TabOrder = 1
  38.     object TPage
  39.       Left = 0
  40.       Top = 0
  41.       Caption = 'Miscellaneous'
  42.       object GroupBox1: TGroupBox
  43.         Left = 10
  44.         Top = 10
  45.         Width = 471
  46.         Height = 183
  47.         Caption = ' Miscellaneous IDE Info '
  48.         TabOrder = 0
  49.         object Label1: TLabel
  50.           Left = 12
  51.           Top = 24
  52.           Width = 131
  53.           Height = 13
  54.           Caption = 'Delphi 3 Base Registry Key:'
  55.           Font.Charset = DEFAULT_CHARSET
  56.           Font.Color = clWindowText
  57.           Font.Height = -11
  58.           Font.Name = 'MS Sans Serif'
  59.           Font.Style = []
  60.           ParentFont = False
  61.         end
  62.         object Label5: TLabel
  63.           Left = 12
  64.           Top = 83
  65.           Width = 104
  66.           Height = 13
  67.           Caption = 'Path and Base Name:'
  68.         end
  69.         object PathAndBaseName: TLabel
  70.           Left = 12
  71.           Top = 99
  72.           Width = 109
  73.           Height = 13
  74.           Caption = 'PathAndBaseName'
  75.           Font.Charset = DEFAULT_CHARSET
  76.           Font.Color = clWindowText
  77.           Font.Height = -11
  78.           Font.Name = 'MS Sans Serif'
  79.           Font.Style = [fsBold]
  80.           ParentFont = False
  81.         end
  82.         object Label7: TLabel
  83.           Left = 12
  84.           Top = 131
  85.           Width = 133
  86.           Height = 13
  87.           Caption = 'Delphi IDE Window Handle:'
  88.         end
  89.         object AppHandle: TLabel
  90.           Left = 12
  91.           Top = 147
  92.           Width = 63
  93.           Height = 13
  94.           Caption = 'AppHandle'
  95.           Font.Charset = DEFAULT_CHARSET
  96.           Font.Color = clWindowText
  97.           Font.Height = -11
  98.           Font.Name = 'MS Sans Serif'
  99.           Font.Style = [fsBold]
  100.           ParentFont = False
  101.         end
  102.         object Label8: TLabel
  103.           Left = 268
  104.           Top = 83
  105.           Width = 63
  106.           Height = 13
  107.           Caption = 'Current Time:'
  108.         end
  109.         object IDETime: TLabel
  110.           Left = 268
  111.           Top = 99
  112.           Width = 49
  113.           Height = 13
  114.           Caption = 'IDETime'
  115.           Font.Charset = DEFAULT_CHARSET
  116.           Font.Color = clWindowText
  117.           Font.Height = -11
  118.           Font.Name = 'MS Sans Serif'
  119.           Font.Style = [fsBold]
  120.           ParentFont = False
  121.         end
  122.         object Label9: TLabel
  123.           Left = 268
  124.           Top = 131
  125.           Width = 124
  126.           Height = 13
  127.           Caption = 'Delphi Main Window Size:'
  128.         end
  129.         object WinSize: TLabel
  130.           Left = 268
  131.           Top = 147
  132.           Width = 47
  133.           Height = 13
  134.           Caption = 'WinSize'
  135.           Font.Charset = DEFAULT_CHARSET
  136.           Font.Color = clWindowText
  137.           Font.Height = -11
  138.           Font.Name = 'MS Sans Serif'
  139.           Font.Style = [fsBold]
  140.           ParentFont = False
  141.         end
  142.         object BaseReg: TEdit
  143.           Left = 12
  144.           Top = 41
  145.           Width = 245
  146.           Height = 21
  147.           TabOrder = 0
  148.           Text = 'BaseReg'
  149.         end
  150.         object cbLockState: TCheckBox
  151.           Left = 324
  152.           Top = 43
  153.           Width = 97
  154.           Height = 17
  155.           Caption = 'Lock State'
  156.           TabOrder = 1
  157.         end
  158.       end
  159.     end
  160.     object TPage
  161.       Left = 0
  162.       Top = 0
  163.       Caption = 'Form Designer'
  164.       object GroupBox2: TGroupBox
  165.         Left = 10
  166.         Top = 10
  167.         Width = 471
  168.         Height = 183
  169.         Caption = ' Form Designer Options '
  170.         TabOrder = 0
  171.         object Label6: TLabel
  172.           Left = 246
  173.           Top = 30
  174.           Width = 52
  175.           Height = 13
  176.           Caption = 'Grid Size &X'
  177.           Font.Charset = DEFAULT_CHARSET
  178.           Font.Color = clWindowText
  179.           Font.Height = -11
  180.           Font.Name = 'MS Sans Serif'
  181.           Font.Style = []
  182.           ParentFont = False
  183.         end
  184.         object Label3: TLabel
  185.           Left = 246
  186.           Top = 56
  187.           Width = 52
  188.           Height = 13
  189.           Caption = 'Grid Size &Y'
  190.           Font.Charset = DEFAULT_CHARSET
  191.           Font.Color = clWindowText
  192.           Font.Height = -11
  193.           Font.Name = 'MS Sans Serif'
  194.           Font.Style = []
  195.           ParentFont = False
  196.         end
  197.         object DisplayGrid: TCheckBox
  198.           Left = 11
  199.           Top = 22
  200.           Width = 97
  201.           Height = 17
  202.           Caption = 'Display &grid'
  203.           TabOrder = 0
  204.         end
  205.         object SnapToGrid: TCheckBox
  206.           Left = 11
  207.           Top = 42
  208.           Width = 97
  209.           Height = 17
  210.           Caption = 'Sna&p to grid'
  211.           TabOrder = 1
  212.         end
  213.         object ShowComponentCaptions: TCheckBox
  214.           Left = 11
  215.           Top = 62
  216.           Width = 150
  217.           Height = 17
  218.           Caption = 'Sho&w component captions'
  219.           TabOrder = 2
  220.         end
  221.         object GridSizeX: TEdit
  222.           Left = 311
  223.           Top = 26
  224.           Width = 66
  225.           Height = 21
  226.           TabOrder = 3
  227.           Text = 'GridSizeX'
  228.         end
  229.         object GridSizeY: TEdit
  230.           Left = 311
  231.           Top = 53
  232.           Width = 66
  233.           Height = 21
  234.           TabOrder = 4
  235.           Text = 'GridSizeY'
  236.         end
  237.       end
  238.     end
  239.     object TPage
  240.       Left = 0
  241.       Top = 0
  242.       Caption = 'Palette Info'
  243.       object GroupBox5: TGroupBox
  244.         Left = 9
  245.         Top = 9
  246.         Width = 240
  247.         Height = 184
  248.         Caption = ' Palette Item Bitmaps '
  249.         TabOrder = 0
  250.         object Image2: TImage
  251.           Left = 191
  252.           Top = 28
  253.           Width = 28
  254.           Height = 28
  255.           Visible = False
  256.         end
  257.         object Label4: TLabel
  258.           Left = 19
  259.           Top = 83
  260.           Width = 149
  261.           Height = 13
  262.           Caption = 'Currently Selected Palette Icon:'
  263.         end
  264.         object Image1: TImage
  265.           Left = 191
  266.           Top = 75
  267.           Width = 28
  268.           Height = 28
  269.         end
  270.         object ComboBox1: TComboBox
  271.           Left = 20
  272.           Top = 32
  273.           Width = 145
  274.           Height = 21
  275.           ItemHeight = 13
  276.           Items.Strings = (
  277.             'TMainMenu'
  278.             'TPopupMenu'
  279.             'TLabel'
  280.             'TEdit'
  281.             'TMemo'
  282.             'TButton'
  283.             'TCheckBox'
  284.             'TRadioButton'
  285.             'TListBox'
  286.             'TComboBox'
  287.             'TScrollBar'
  288.             'TGroupBox'
  289.             'TRadioGroup'
  290.             'TPanel')
  291.           TabOrder = 0
  292.           OnChange = ComboBox1Change
  293.         end
  294.       end
  295.       object GroupBox4: TGroupBox
  296.         Left = 257
  297.         Top = 9
  298.         Width = 224
  299.         Height = 184
  300.         Caption = ' Palette Class Help '
  301.         TabOrder = 1
  302.         object Label2: TLabel
  303.           Left = 12
  304.           Top = 26
  305.           Width = 157
  306.           Height = 13
  307.           Caption = 'Enter a class name and click OK:'
  308.         end
  309.         object HelpClassName: TEdit
  310.           Left = 11
  311.           Top = 49
  312.           Width = 198
  313.           Height = 21
  314.           TabOrder = 0
  315.           OnChange = HelpClassNameChange
  316.         end
  317.         object ClassHelpOK: TButton
  318.           Left = 134
  319.           Top = 140
  320.           Width = 75
  321.           Height = 21
  322.           Caption = '&OK'
  323.           Enabled = False
  324.           TabOrder = 1
  325.           OnClick = ClassHelpOKClick
  326.         end
  327.       end
  328.     end
  329.     object TPage
  330.       Left = 0
  331.       Top = 0
  332.       Caption = 'Standard Dialogs'
  333.       object GroupBox3: TGroupBox
  334.         Left = 9
  335.         Top = 9
  336.         Width = 472
  337.         Height = 184
  338.         Caption = ' Delphi IDE Standard Dialogs '
  339.         TabOrder = 0
  340.         object Label10: TLabel
  341.           Left = 20
  342.           Top = 40
  343.           Width = 101
  344.           Height = 13
  345.           Caption = 'Wanted Dialog Type:'
  346.         end
  347.         object ComboBox2: TComboBox
  348.           Left = 132
  349.           Top = 36
  350.           Width = 145
  351.           Height = 21
  352.           ItemHeight = 13
  353.           Items.Strings = (
  354.             'Align'
  355.             'Size'
  356.             'Scale'
  357.             'Tab Order'
  358.             'Creation Order'
  359.             'Save Template')
  360.           TabOrder = 0
  361.         end
  362.         object Button1: TButton
  363.           Left = 135
  364.           Top = 80
  365.           Width = 146
  366.           Height = 25
  367.           Caption = 'E&xecute Dialog'
  368.           TabOrder = 1
  369.           OnClick = Button1Click
  370.         end
  371.       end
  372.     end
  373.     object TPage
  374.       Left = 0
  375.       Top = 0
  376.       Caption = 'Selections'
  377.       object GroupBox6: TGroupBox
  378.         Left = 17
  379.         Top = 17
  380.         Width = 280
  381.         Height = 88
  382.         Caption = ' Selected Component Info'
  383.         TabOrder = 0
  384.         object SelectionType: TLabel
  385.           Left = 12
  386.           Top = 37
  387.           Width = 68
  388.           Height = 13
  389.           Caption = 'SelectionType'
  390.         end
  391.         object SelectionName: TLabel
  392.           Left = 12
  393.           Top = 21
  394.           Width = 72
  395.           Height = 13
  396.           Caption = 'SelectionName'
  397.         end
  398.         object FirstSelectionType: TLabel
  399.           Left = 12
  400.           Top = 53
  401.           Width = 87
  402.           Height = 13
  403.           Caption = 'FirstSelectionType'
  404.         end
  405.       end
  406.       object SelectedList: TListBox
  407.         Left = 313
  408.         Top = 21
  409.         Width = 152
  410.         Height = 164
  411.         ItemHeight = 13
  412.         TabOrder = 1
  413.       end
  414.       object SetLockState: TCheckBox
  415.         Left = 21
  416.         Top = 117
  417.         Width = 97
  418.         Height = 17
  419.         Caption = 'Set &Lock State'
  420.         TabOrder = 2
  421.         OnClick = SetLockStateClick
  422.       end
  423.       object SelectAll: TButton
  424.         Left = 24
  425.         Top = 153
  426.         Width = 75
  427.         Height = 25
  428.         Caption = 'Select All'
  429.         TabOrder = 3
  430.         OnClick = SelectAllClick
  431.       end
  432.       object DeleteAll: TButton
  433.         Left = 112
  434.         Top = 153
  435.         Width = 75
  436.         Height = 25
  437.         Caption = 'DeleteAll'
  438.         TabOrder = 4
  439.         OnClick = DeleteAllClick
  440.       end
  441.       object Button2: TButton
  442.         Left = 200
  443.         Top = 153
  444.         Width = 89
  445.         Height = 25
  446.         Caption = 'Form As Text'
  447.         TabOrder = 5
  448.         OnClick = Button2Click
  449.       end
  450.     end
  451.     object TPage
  452.       Left = 0
  453.       Top = 0
  454.       Caption = 'More Selection Info'
  455.       object Label11: TLabel
  456.         Left = 21
  457.         Top = 15
  458.         Width = 170
  459.         Height = 13
  460.         Caption = 'Properties of Selected component/s'
  461.       end
  462.       object Label12: TLabel
  463.         Left = 285
  464.         Top = 15
  465.         Width = 156
  466.         Height = 13
  467.         Caption = 'Events of Selected component/s'
  468.       end
  469.       object PropertyList: TListBox
  470.         Left = 17
  471.         Top = 29
  472.         Width = 248
  473.         Height = 188
  474.         ItemHeight = 13
  475.         Sorted = True
  476.         TabOrder = 0
  477.       end
  478.       object EventList: TListBox
  479.         Left = 281
  480.         Top = 29
  481.         Width = 248
  482.         Height = 188
  483.         ItemHeight = 13
  484.         Sorted = True
  485.         TabOrder = 1
  486.       end
  487.     end
  488.   end
  489. end
  490.